
sudo apt-get update -y

sudo apt install nginx

sudo ufw allow 'Nginx HTTP' 

sudo apt-get install bind9 php8.2-fpm php8.2-common php8.2-mbstring php8.2-xmlrpc php8.2-soap php8.2-gd php8.2-xml php8.2-intl php8.2-mysql php8.2-cli php8.2-zip php8.2-curl

Put the files in location with FTP:

         Change DNS in config.php
         replace folder nginx = /etc/nginx
         replace folder bind and change ip of files *.db = /etc/bind
         Put the files of HTML in /var/www/html
		delete the file index.html
	
Restart Servers:
	-> sudo service nginx restart
	-> sudo service bind9 restart



